projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4ea311
)
[nec_ews_svr4]: Extern *_sobuf.
author
Kenichi Handa
<handa@m17n.org>
Wed, 4 Nov 1998 10:53:14 +0000
(10:53 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 4 Nov 1998 10:53:14 +0000
(10:53 +0000)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 99119b925e18e531db0abc76883a581e7aa53286..778fa6f32e6bb7b1b8b067de128a8989b0a6bdac 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-1237,11
+1237,15
@@
int old_fcntl_owner;
but if so, this does no harm,
and using the same name avoids wasting the other one's space. */
+#ifdef nec_ews_svr4
+extern char *_sobuf ;
+#else
#if defined (USG) || defined (DGUX)
unsigned char _sobuf[BUFSIZ+8];
#else
char _sobuf[BUFSIZ];
#endif
+#endif
#ifdef HAVE_LTCHARS
static struct ltchars new_ltchars = {-1,-1,-1,-1,-1,-1};